// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-02B TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Lyle Lovett','Nashua Center for the Arts','Nashua, NH','Monday','5/6/2024','7:30 PM','6325462','Lyle-Lovett-5-6-2024'],['Lyle Lovett','Wilbur Theatre - MA','Boston, MA','Tuesday','5/7/2024','8:00 PM','6305009','Lyle-Lovett-5-7-2024'],['Lyle Lovett & Lisa Loeb','Johnson Hall Theater','Gardiner, ME','Wednesday','5/8/2024','7:30 PM','6306955','Lyle-Lovett---Lisa-Loeb-5-8-2024'],['Lyle Lovett & Lisa Loeb','The Mahaiwe Performing Arts Center','Great Barrington, MA','Friday','5/10/2024','8:00 PM','6315557','Lyle-Lovett---Lisa-Loeb-5-10-2024'],['Lyle Lovett','Ulster Performing Arts Center','Kingston, NY','Saturday','5/11/2024','8:00 PM','6305010','Lyle-Lovett-5-11-2024'],['Lyle Lovett & Lisa Loeb','Smith Opera House','Geneva, NY','Sunday','5/12/2024','8:00 PM','6308566','Lyle-Lovett---Lisa-Loeb-5-12-2024'],['Lyle Lovett','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Tuesday','5/14/2024','7:30 PM','6305014','Lyle-Lovett-5-14-2024'],['Lyle Lovett','Mayo Performing Arts Center','Morristown, NJ','Wednesday','5/15/2024','7:30 PM','6306871','Lyle-Lovett-5-15-2024'],['Telluride Bluegrass Festival: The Infamous Stringdusters, Lyle Lovett, Sam Bush Band & Charley Crockett - 4 Day Pass','Town Park Telluride','Telluride, CO','Thursday','6/20/2024','TBD','6134207','Telluride-Bluegrass-Festival--The-Infamous-Stringdusters--Lyle-Lovett--Sam-Bush-Band---Charley-Crockett---4-Day-Pass-6-20-2024'],['Lyle Lovett','Kiva Auditorium','Albuquerque, NM','Saturday','6/22/2024','7:30 PM','6330087','Lyle-Lovett-6-22-2024']],'"Lyle Lovett"','https://www.ticketnetwork.com');